PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageLabelingRange Class / setPageLabelNumberStyle Method
A PDFPageLabelNumberStyle enum member that represents the numbering style to be used for the numeric portion of each page label.
In This Topic
    setPageLabelNumberStyle Method
    In This Topic
    Sets the numbering style.
    Syntax
    public void setPageLabelNumberStyle( 
       PDFPageLabelNumberStyle labelNumberStyle
    )

    Parameters

    labelNumberStyle
    A PDFPageLabelNumberStyle enum member that represents the numbering style to be used for the numeric portion of each page label.
    See Also